Html Css Color HEX #BDEF63 Conifer

📋 copy color: '#BDEF63'

red 189 ◦ green 239 ◦ blue 99

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

Shades of Conifer #BDEF63

Tints of Conifer #BDEF63

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 35.86%
G = 45.35%
B = 18.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#BDEF63 (or 0xBDEF63) is known color: Conifer. HEX triplet: BD, EF and 63. RGB value is (189,239,99). Sum of RGB (Red+Green+Blue) = 189+239+99=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF63 is #42109C. Grayscale: #D0D0D0. Windows color (decimal): -4329629 or 6549437. OLE color: 6549437.

HSL color Cylindrical-coordinate representation of color #BDEF63: hue angle of 81.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDEF63 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 99 -
CMYK 0.21 0 0.59 0.06
HSL 81.43º 0.81% 0.66% -
HSV(B) 81.43º 0.59% 0.94% -
XYZ 54.1 73.45 23.13 -
YUV 208.09 66.44 114.38 -
System Red Green Blue C M Y K H S L
Decimal 189 239 99 0.21 0 0.59 0.06 81.43 0.81 0.66
Hex BD EF 63 15 0 3B 6 51 51 42
Octal 275 357 143 25 0 73 6 121 121 102
Binary 10111101 11101111 1100011 10101 0 111011 110 1010001 1010001 1000010

Color Harmonies of #BDEF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF63

Black with #BDEF63

Text Example


Text Example

White with #BDEF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF63; }

 p { color: rgb(189,239,99); }

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

background-color css

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

 a { background-color: rgb(189,239,99); }

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

border-color css

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

 span { border-color: rgb(189,239,99); }

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