Html Css Color HEX #BDF312 Inch Worm

📋 copy color: '#BDF312'

red 189 ◦ green 243 ◦ blue 18

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

Shades of Inch Worm #BDF312

Tints of Inch Worm #BDF312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

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

R = 42%
G = 54%
B = 4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BDF312 (or 0xBDF312) is known color: Inch Worm. HEX triplet: BD, F3 and 12. RGB value is (189,243,18). Sum of RGB (Red+Green+Blue) = 189+243+18=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF312 is #420CED. Grayscale: #CACACA. Windows color (decimal): -4328686 or 1242045. OLE color: 1242045.

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

Color convert

RGB 189 243 18 -
CMYK 0.22 0 0.93 0.05
HSL 74.4º 0.9% 0.51% -
HSV(B) 74.4º 0.93% 0.95% -
XYZ 53.15 74.96 12.24 -
YUV 201.2 24.61 119.3 -
System Red Green Blue C M Y K H S L
Decimal 189 243 18 0.22 0 0.93 0.05 74.4 0.9 0.51
Hex BD F3 12 16 0 5D 5 4A 5A 33
Octal 275 363 22 26 0 135 5 112 132 63
Binary 10111101 11110011 10010 10110 0 1011101 101 1001010 1011010 110011

Color Harmonies of #BDF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF312

Black with #BDF312

Text Example


Text Example

White with #BDF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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