Html Css Color HEX #BDEF4A Conifer

📋 copy color: '#BDEF4A'

red 189 ◦ green 239 ◦ blue 74

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

Shades of Conifer #BDEF4A

Tints of Conifer #BDEF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 37.65%
G = 47.61%
B = 14.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#BDEF4A (or 0xBDEF4A) is known color: Conifer. HEX triplet: BD, EF and 4A. RGB value is (189,239,74). Sum of RGB (Red+Green+Blue) = 189+239+74=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF4A is #4210B5. Grayscale: #CDCDCD. Windows color (decimal): -4329654 or 4911037. OLE color: 4911037.

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

Color convert

RGB 189 239 74 -
CMYK 0.21 0 0.69 0.06
HSL 78.18º 0.84% 0.61% -
HSV(B) 78.18º 0.69% 0.94% -
XYZ 53.09 73.05 17.78 -
YUV 205.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 189 239 74 0.21 0 0.69 0.06 78.18 0.84 0.61
Hex BD EF 4A 15 0 45 6 4E 54 3D
Octal 275 357 112 25 0 105 6 116 124 75
Binary 10111101 11101111 1001010 10101 0 1000101 110 1001110 1010100 111101

Color Harmonies of #BDEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF4A

Black with #BDEF4A

Text Example


Text Example

White with #BDEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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