Html Css Color HEX #BDE704 Inch Worm

📋 copy color: '#BDE704'

red 189 ◦ green 231 ◦ blue 4

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

Shades of Inch Worm #BDE704

Tints of Inch Worm #BDE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.48%

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

R = 44.58%
G = 54.48%
B = 0.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BDE704 (or 0xBDE704) is known color: Inch Worm. HEX triplet: BD, E7 and 04. RGB value is (189,231,4). Sum of RGB (Red+Green+Blue) = 189+231+4=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE704 is #4218FB. Grayscale: #C1C1C1. Windows color (decimal): -4331772 or 321469. OLE color: 321469.

HSL color Cylindrical-coordinate representation of color #BDE704: hue angle of 71.1º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDE704 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 4 -
CMYK 0.18 0 0.98 0.09
HSL 71.1º 0.97% 0.46% -
HSV(B) 71.1º 0.98% 0.91% -
XYZ 49.58 67.98 10.62 -
YUV 192.56 21.59 125.46 -
System Red Green Blue C M Y K H S L
Decimal 189 231 4 0.18 0 0.98 0.09 71.1 0.97 0.46
Hex BD E7 4 12 0 62 9 47 61 2E
Octal 275 347 4 22 0 142 11 107 141 56
Binary 10111101 11100111 100 10010 0 1100010 1001 1000111 1100001 101110

Color Harmonies of #BDE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE704

Black with #BDE704

Text Example


Text Example

White with #BDE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE704; }

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

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

background-color css

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

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

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

border-color css

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

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

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