Html Css Color HEX #BDF01C Inch Worm

📋 copy color: '#BDF01C'

red 189 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #BDF01C

Tints of Inch Worm #BDF01C

RGB

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

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

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

R = 41.36%
G = 52.52%
B = 6.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#BDF01C (or 0xBDF01C) is known color: Inch Worm. HEX triplet: BD, F0 and 1C. RGB value is (189,240,28). Sum of RGB (Red+Green+Blue) = 189+240+28=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF01C is #420FE3. Grayscale: #C9C9C9. Windows color (decimal): -4329444 or 1896637. OLE color: 1896637.

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

Color convert

RGB 189 240 28 -
CMYK 0.21 0 0.88 0.06
HSL 74.43º 0.88% 0.53% -
HSV(B) 74.43º 0.88% 0.94% -
XYZ 52.36 73.22 12.47 -
YUV 200.58 30.6 119.74 -
System Red Green Blue C M Y K H S L
Decimal 189 240 28 0.21 0 0.88 0.06 74.43 0.88 0.53
Hex BD F0 1C 15 0 58 6 4A 58 35
Octal 275 360 34 25 0 130 6 112 130 65
Binary 10111101 11110000 11100 10101 0 1011000 110 1001010 1011000 110101

Color Harmonies of #BDF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF01C

Black with #BDF01C

Text Example


Text Example

White with #BDF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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