Html Css Color HEX #BDDA04 Inch Worm

📋 copy color: '#BDDA04'

red 189 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #BDDA04

Tints of Inch Worm #BDDA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

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

R = 45.99%
G = 53.04%
B = 0.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BDDA04 (or 0xBDDA04) is known color: Inch Worm. HEX triplet: BD, DA and 04. RGB value is (189,218,4). Sum of RGB (Red+Green+Blue) = 189+218+4=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA04 is #4225FB. Grayscale: #B9B9B9. Windows color (decimal): -4335100 or 318141. OLE color: 318141.

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

Color convert

RGB 189 218 4 -
CMYK 0.13 0 0.98 0.15
HSL 68.13º 0.96% 0.44% -
HSV(B) 68.13º 0.98% 0.85% -
XYZ 46.08 60.97 9.45 -
YUV 184.93 25.89 130.9 -
System Red Green Blue C M Y K H S L
Decimal 189 218 4 0.13 0 0.98 0.15 68.13 0.96 0.44
Hex BD DA 4 D 0 62 F 44 60 2C
Octal 275 332 4 15 0 142 17 104 140 54
Binary 10111101 11011010 100 1101 0 1100010 1111 1000100 1100000 101100

Color Harmonies of #BDDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA04

Black with #BDDA04

Text Example


Text Example

White with #BDDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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