Html Css Color HEX #BDE408 Inch Worm

📋 copy color: '#BDE408'

red 189 ◦ green 228 ◦ blue 8

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

Shades of Inch Worm #BDE408

Tints of Inch Worm #BDE408

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.65%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 44.47%
G = 53.65%
B = 1.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#BDE408 (or 0xBDE408) is known color: Inch Worm. HEX triplet: BD, E4 and 08. RGB value is (189,228,8). Sum of RGB (Red+Green+Blue) = 189+228+8=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 228 (89.45% from 255 or 53.65% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE408 is #421BF7. Grayscale: #C0C0C0. Windows color (decimal): -4332536 or 582845. OLE color: 582845.

HSL color Cylindrical-coordinate representation of color #BDE408: hue angle of 70.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDE408 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 8 -
CMYK 0.17 0 0.96 0.11
HSL 70.64º 0.93% 0.46% -
HSV(B) 70.64º 0.96% 0.89% -
XYZ 48.77 66.32 10.46 -
YUV 191.26 24.58 126.39 -
System Red Green Blue C M Y K H S L
Decimal 189 228 8 0.17 0 0.96 0.11 70.64 0.93 0.46
Hex BD E4 8 11 0 60 B 47 5D 2E
Octal 275 344 10 21 0 140 13 107 135 56
Binary 10111101 11100100 1000 10001 0 1100000 1011 1000111 1011101 101110

Color Harmonies of #BDE408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE408

Black with #BDE408

Text Example


Text Example

White with #BDE408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE408; }

 p { color: rgb(189,228,8); }

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

background-color css

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

 a { background-color: rgb(189,228,8); }

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

border-color css

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

 span { border-color: rgb(189,228,8); }

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