Html Css Color HEX #BDDF11 Inch Worm

📋 copy color: '#BDDF11'

red 189 ◦ green 223 ◦ blue 17

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

Shades of Inch Worm #BDDF11

Tints of Inch Worm #BDDF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 44.06%
G = 51.98%
B = 3.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BDDF11 (or 0xBDDF11) is known color: Inch Worm. HEX triplet: BD, DF and 11. RGB value is (189,223,17). Sum of RGB (Red+Green+Blue) = 189+223+17=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF11 is #4220EE. Grayscale: #BEBEBE. Windows color (decimal): -4333807 or 1171389. OLE color: 1171389.

HSL color Cylindrical-coordinate representation of color #BDDF11: hue angle of 69.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDDF11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 17 -
CMYK 0.15 0 0.92 0.13
HSL 69.9º 0.86% 0.47% -
HSV(B) 69.9º 0.92% 0.87% -
XYZ 47.48 63.63 10.31 -
YUV 189.35 30.74 127.75 -
System Red Green Blue C M Y K H S L
Decimal 189 223 17 0.15 0 0.92 0.13 69.9 0.86 0.47
Hex BD DF 11 F 0 5C D 46 56 2F
Octal 275 337 21 17 0 134 15 106 126 57
Binary 10111101 11011111 10001 1111 0 1011100 1101 1000110 1010110 101111

Color Harmonies of #BDDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF11

Black with #BDDF11

Text Example


Text Example

White with #BDDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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