Html Css Color HEX #BDF51C Inch Worm

📋 copy color: '#BDF51C'

red 189 ◦ green 245 ◦ blue 28

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

Shades of Inch Worm #BDF51C

Tints of Inch Worm #BDF51C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.03%

 BLUE value IS 28 (11.33% from 255) = 6.06%

R = 40.91%
G = 53.03%
B = 6.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#BDF51C (or 0xBDF51C) is known color: Inch Worm. HEX triplet: BD, F5 and 1C. RGB value is (189,245,28). Sum of RGB (Red+Green+Blue) = 189+245+28=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF51C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF51C is #420AE3. Grayscale: #CCCCCC. Windows color (decimal): -4328164 or 1897917. OLE color: 1897917.

HSL color Cylindrical-coordinate representation of color #BDF51C: hue angle of 75.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDF51C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 28 -
CMYK 0.23 0 0.89 0.04
HSL 75.48º 0.92% 0.54% -
HSV(B) 75.48º 0.89% 0.96% -
XYZ 53.85 76.21 12.97 -
YUV 203.52 28.95 117.64 -
System Red Green Blue C M Y K H S L
Decimal 189 245 28 0.23 0 0.89 0.04 75.48 0.92 0.54
Hex BD F5 1C 17 0 59 4 4B 5C 36
Octal 275 365 34 27 0 131 4 113 134 66
Binary 10111101 11110101 11100 10111 0 1011001 100 1001011 1011100 110110

Color Harmonies of #BDF51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF51C

Black with #BDF51C

Text Example


Text Example

White with #BDF51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF51C; }

 p { color: rgb(189,245,28); }

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

background-color css

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

 a { background-color: rgb(189,245,28); }

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

border-color css

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

 span { border-color: rgb(189,245,28); }

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