Html Css Color HEX #BDF012 Inch Worm

📋 copy color: '#BDF012'

red 189 ◦ green 240 ◦ blue 18

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

Shades of Inch Worm #BDF012

Tints of Inch Worm #BDF012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.69%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 42.28%
G = 53.69%
B = 4.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#BDF012 (or 0xBDF012) is known color: Inch Worm. HEX triplet: BD, F0 and 12. RGB value is (189,240,18). Sum of RGB (Red+Green+Blue) = 189+240+18=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF012 is #420FED. Grayscale: #C8C8C8. Windows color (decimal): -4329454 or 1241277. OLE color: 1241277.

HSL color Cylindrical-coordinate representation of color #BDF012: hue angle of 73.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF012 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 18 -
CMYK 0.21 0 0.92 0.06
HSL 73.78º 0.88% 0.51% -
HSV(B) 73.78º 0.93% 0.94% -
XYZ 52.26 73.18 11.94 -
YUV 199.44 25.6 120.55 -
System Red Green Blue C M Y K H S L
Decimal 189 240 18 0.21 0 0.92 0.06 73.78 0.88 0.51
Hex BD F0 12 15 0 5C 6 4A 58 33
Octal 275 360 22 25 0 134 6 112 130 63
Binary 10111101 11110000 10010 10101 0 1011100 110 1001010 1011000 110011

Color Harmonies of #BDF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF012

Black with #BDF012

Text Example


Text Example

White with #BDF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF012; }

 p { color: rgb(189,240,18); }

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

background-color css

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

 a { background-color: rgb(189,240,18); }

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

border-color css

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

 span { border-color: rgb(189,240,18); }

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