Html Css Color HEX #BDDF01 Inch Worm

📋 copy color: '#BDDF01'

red 189 ◦ green 223 ◦ blue 1

#BDDF01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BDDF01

Tints of Inch Worm #BDDF01

RGB

 RED value IS 189 (74.22% from 255) = 45.76%

 GREEN value IS 223 (87.5% from 255) = 54%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 45.76%
G = 54%
B = 0.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDDF01 (or 0xBDDF01) is known color: Inch Worm. HEX triplet: BD, DF and 01. RGB value is (189,223,1). Sum of RGB (Red+Green+Blue) = 189+223+1=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF01 is #4220FE. Grayscale: #BCBCBC. Windows color (decimal): -4333823 or 122813. OLE color: 122813.

HSL color Cylindrical-coordinate representation of color #BDDF01: hue angle of 69.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDDF01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 1 -
CMYK 0.15 0 1.00 0.13
HSL 69.19º 0.99% 0.44% -
HSV(B) 69.19º 1% 0.87% -
XYZ 47.38 63.6 9.81 -
YUV 187.53 22.74 129.05 -
System Red Green Blue C M Y K H S L
Decimal 189 223 1 0.15 0 1.00 0.13 69.19 0.99 0.44
Hex BD DF 1 F 0 64 D 45 63 2C
Octal 275 337 1 17 0 144 15 105 143 54
Binary 10111101 11011111 1 1111 0 1100100 1101 1000101 1100011 101100

Color Harmonies of #BDDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF01

Black with #BDDF01

Text Example


Text Example

White with #BDDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF01; }

 p { color: rgb(189,223,1); }

 H1.HeaderClassName
 {
   color: #BDDF01;
 }
 .AnyTagClassName
 {
   color: #BDDF01;
 }
</style>

background-color css

<style>
 a { background-color: #BDDF01; }

 a { background-color: rgb(189,223,1); }

 div.DivClassName
 {
   background-color: #BDDF01;
 }
 .BgClassName
 {
   background-color: #BDDF01;
 }
</style>

border-color css

<style>
 span { border-color: #BDDF01; }

 span { border-color: rgb(189,223,1); }

 td.TdClassName
 {
   border-color: #BDDF01;
 }
 .TagClassName
 {
   border-color: #BDDF01;
 }
</style>