Html Css Color HEX #BDF11E Inch Worm

📋 copy color: '#BDF11E'

red 189 ◦ green 241 ◦ blue 30

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

Shades of Inch Worm #BDF11E

Tints of Inch Worm #BDF11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.39%

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 41.09%
G = 52.39%
B = 6.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BDF11E (or 0xBDF11E) is known color: Inch Worm. HEX triplet: BD, F1 and 1E. RGB value is (189,241,30). Sum of RGB (Red+Green+Blue) = 189+241+30=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF11E is #420EE1. Grayscale: #CACACA. Windows color (decimal): -4329186 or 2027965. OLE color: 2027965.

HSL color Cylindrical-coordinate representation of color #BDF11E: hue angle of 74.79º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDF11E is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 30 -
CMYK 0.22 0 0.88 0.05
HSL 74.79º 0.88% 0.53% -
HSV(B) 74.79º 0.88% 0.95% -
XYZ 52.68 73.82 12.7 -
YUV 201.4 31.27 119.16 -
System Red Green Blue C M Y K H S L
Decimal 189 241 30 0.22 0 0.88 0.05 74.79 0.88 0.53
Hex BD F1 1E 16 0 58 5 4B 58 35
Octal 275 361 36 26 0 130 5 113 130 65
Binary 10111101 11110001 11110 10110 0 1011000 101 1001011 1011000 110101

Color Harmonies of #BDF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF11E

Black with #BDF11E

Text Example


Text Example

White with #BDF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF11E; }

 p { color: rgb(189,241,30); }

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

background-color css

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

 a { background-color: rgb(189,241,30); }

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

border-color css

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

 span { border-color: rgb(189,241,30); }

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