Html Css Color HEX #BDDA07 Inch Worm

📋 copy color: '#BDDA07'

red 189 ◦ green 218 ◦ blue 7

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

Shades of Inch Worm #BDDA07

Tints of Inch Worm #BDDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 45.65%
G = 52.66%
B = 1.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BDDA07 (or 0xBDDA07) is known color: Inch Worm. HEX triplet: BD, DA and 07. RGB value is (189,218,7). Sum of RGB (Red+Green+Blue) = 189+218+7=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA07 is #4225F8. Grayscale: #BABABA. Windows color (decimal): -4335097 or 514749. OLE color: 514749.

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

Color convert

RGB 189 218 7 -
CMYK 0.13 0 0.97 0.15
HSL 68.25º 0.94% 0.44% -
HSV(B) 68.25º 0.97% 0.85% -
XYZ 46.1 60.98 9.54 -
YUV 185.28 27.39 130.66 -
System Red Green Blue C M Y K H S L
Decimal 189 218 7 0.13 0 0.97 0.15 68.25 0.94 0.44
Hex BD DA 7 D 0 61 F 44 5E 2C
Octal 275 332 7 15 0 141 17 104 136 54
Binary 10111101 11011010 111 1101 0 1100001 1111 1000100 1011110 101100

Color Harmonies of #BDDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA07

Black with #BDDA07

Text Example


Text Example

White with #BDDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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