Html Css Color HEX #BDF20C Inch Worm

📋 copy color: '#BDF20C'

red 189 ◦ green 242 ◦ blue 12

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

Shades of Inch Worm #BDF20C

Tints of Inch Worm #BDF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.63%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 42.66%
G = 54.63%
B = 2.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#BDF20C (or 0xBDF20C) is known color: Inch Worm. HEX triplet: BD, F2 and 0C. RGB value is (189,242,12). Sum of RGB (Red+Green+Blue) = 189+242+12=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF20C is #420DF3. Grayscale: #C8C8C8. Windows color (decimal): -4328948 or 848573. OLE color: 848573.

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

Color convert

RGB 189 242 12 -
CMYK 0.22 0 0.95 0.05
HSL 73.83º 0.91% 0.5% -
HSV(B) 73.83º 0.95% 0.95% -
XYZ 52.8 74.35 11.92 -
YUV 199.93 21.94 120.2 -
System Red Green Blue C M Y K H S L
Decimal 189 242 12 0.22 0 0.95 0.05 73.83 0.91 0.5
Hex BD F2 C 16 0 5F 5 4A 5B 32
Octal 275 362 14 26 0 137 5 112 133 62
Binary 10111101 11110010 1100 10110 0 1011111 101 1001010 1011011 110010

Color Harmonies of #BDF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF20C

Black with #BDF20C

Text Example


Text Example

White with #BDF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF20C; }

 p { color: rgb(189,242,12); }

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

background-color css

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

 a { background-color: rgb(189,242,12); }

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

border-color css

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

 span { border-color: rgb(189,242,12); }

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