Html Css Color HEX #BDEF4D Conifer

📋 copy color: '#BDEF4D'

red 189 ◦ green 239 ◦ blue 77

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

Shades of Conifer #BDEF4D

Tints of Conifer #BDEF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.25%

R = 37.43%
G = 47.33%
B = 15.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#BDEF4D (or 0xBDEF4D) is known color: Conifer. HEX triplet: BD, EF and 4D. RGB value is (189,239,77). Sum of RGB (Red+Green+Blue) = 189+239+77=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF4D is #4210B2. Grayscale: #CECECE. Windows color (decimal): -4329651 or 5107645. OLE color: 5107645.

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

Color convert

RGB 189 239 77 -
CMYK 0.21 0 0.68 0.06
HSL 78.52º 0.84% 0.62% -
HSV(B) 78.52º 0.68% 0.94% -
XYZ 53.19 73.09 18.32 -
YUV 205.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 189 239 77 0.21 0 0.68 0.06 78.52 0.84 0.62
Hex BD EF 4D 15 0 44 6 4F 54 3E
Octal 275 357 115 25 0 104 6 117 124 76
Binary 10111101 11101111 1001101 10101 0 1000100 110 1001111 1010100 111110

Color Harmonies of #BDEF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF4D

Black with #BDEF4D

Text Example


Text Example

White with #BDEF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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