Html Css Color HEX #BDDF04 Inch Worm

📋 copy color: '#BDDF04'

red 189 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #BDDF04

Tints of Inch Worm #BDDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.61%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 45.43%
G = 53.61%
B = 0.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BDDF04 (or 0xBDDF04) is known color: Inch Worm. HEX triplet: BD, DF and 04. RGB value is (189,223,4). Sum of RGB (Red+Green+Blue) = 189+223+4=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF04 is #4220FB. Grayscale: #BCBCBC. Windows color (decimal): -4333820 or 319421. OLE color: 319421.

HSL color Cylindrical-coordinate representation of color #BDDF04: hue angle of 69.32º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDDF04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 4 -
CMYK 0.15 0 0.98 0.13
HSL 69.32º 0.96% 0.45% -
HSV(B) 69.32º 0.98% 0.87% -
XYZ 47.4 63.6 9.89 -
YUV 187.87 24.24 128.81 -
System Red Green Blue C M Y K H S L
Decimal 189 223 4 0.15 0 0.98 0.13 69.32 0.96 0.45
Hex BD DF 4 F 0 62 D 45 60 2D
Octal 275 337 4 17 0 142 15 105 140 55
Binary 10111101 11011111 100 1111 0 1100010 1101 1000101 1100000 101101

Color Harmonies of #BDDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF04

Black with #BDDF04

Text Example


Text Example

White with #BDDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF04; }

 p { color: rgb(189,223,4); }

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

background-color css

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

 a { background-color: rgb(189,223,4); }

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

border-color css

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

 span { border-color: rgb(189,223,4); }

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