Html Css Color HEX #BDEF52 Conifer

📋 copy color: '#BDEF52'

red 189 ◦ green 239 ◦ blue 82

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

Shades of Conifer #BDEF52

Tints of Conifer #BDEF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.08%

R = 37.06%
G = 46.86%
B = 16.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#BDEF52 (or 0xBDEF52) is known color: Conifer. HEX triplet: BD, EF and 52. RGB value is (189,239,82). Sum of RGB (Red+Green+Blue) = 189+239+82=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF52 is #4210AD. Grayscale: #CECECE. Windows color (decimal): -4329646 or 5435325. OLE color: 5435325.

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

Color convert

RGB 189 239 82 -
CMYK 0.21 0 0.66 0.06
HSL 79.11º 0.83% 0.63% -
HSV(B) 79.11º 0.66% 0.94% -
XYZ 53.38 73.16 19.29 -
YUV 206.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 189 239 82 0.21 0 0.66 0.06 79.11 0.83 0.63
Hex BD EF 52 15 0 42 6 4F 53 3F
Octal 275 357 122 25 0 102 6 117 123 77
Binary 10111101 11101111 1010010 10101 0 1000010 110 1001111 1010011 111111

Color Harmonies of #BDEF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF52

Black with #BDEF52

Text Example


Text Example

White with #BDEF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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