Html Css Color HEX #BDEF48 Conifer

📋 copy color: '#BDEF48'

red 189 ◦ green 239 ◦ blue 72

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

Shades of Conifer #BDEF48

Tints of Conifer #BDEF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 37.8%
G = 47.8%
B = 14.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#BDEF48 (or 0xBDEF48) is known color: Conifer. HEX triplet: BD, EF and 48. RGB value is (189,239,72). Sum of RGB (Red+Green+Blue) = 189+239+72=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF48 is #4210B7. Grayscale: #CDCDCD. Windows color (decimal): -4329656 or 4779965. OLE color: 4779965.

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

Color convert

RGB 189 239 72 -
CMYK 0.21 0 0.70 0.06
HSL 77.96º 0.84% 0.61% -
HSV(B) 77.96º 0.7% 0.94% -
XYZ 53.02 73.02 17.43 -
YUV 205.01 52.94 116.58 -
System Red Green Blue C M Y K H S L
Decimal 189 239 72 0.21 0 0.70 0.06 77.96 0.84 0.61
Hex BD EF 48 15 0 46 6 4E 54 3D
Octal 275 357 110 25 0 106 6 116 124 75
Binary 10111101 11101111 1001000 10101 0 1000110 110 1001110 1010100 111101

Color Harmonies of #BDEF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF48

Black with #BDEF48

Text Example


Text Example

White with #BDEF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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