Html Css Color HEX #BDF019 Inch Worm

📋 copy color: '#BDF019'

red 189 ◦ green 240 ◦ blue 25

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

Shades of Inch Worm #BDF019

Tints of Inch Worm #BDF019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 41.63%
G = 52.86%
B = 5.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#BDF019 (or 0xBDF019) is known color: Inch Worm. HEX triplet: BD, F0 and 19. RGB value is (189,240,25). Sum of RGB (Red+Green+Blue) = 189+240+25=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF019 is #420FE6. Grayscale: #C9C9C9. Windows color (decimal): -4329447 or 1700029. OLE color: 1700029.

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

Color convert

RGB 189 240 25 -
CMYK 0.21 0 0.90 0.06
HSL 74.23º 0.88% 0.52% -
HSV(B) 74.23º 0.9% 0.94% -
XYZ 52.32 73.21 12.29 -
YUV 200.24 29.1 119.98 -
System Red Green Blue C M Y K H S L
Decimal 189 240 25 0.21 0 0.90 0.06 74.23 0.88 0.52
Hex BD F0 19 15 0 5A 6 4A 58 34
Octal 275 360 31 25 0 132 6 112 130 64
Binary 10111101 11110000 11001 10101 0 1011010 110 1001010 1011000 110100

Color Harmonies of #BDF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF019

Black with #BDF019

Text Example


Text Example

White with #BDF019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF019; }

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

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

background-color css

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

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

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

border-color css

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

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

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