Html Css Color HEX #BDE74F Conifer

📋 copy color: '#BDE74F'

red 189 ◦ green 231 ◦ blue 79

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

Shades of Conifer #BDE74F

Tints of Conifer #BDE74F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 37.88%
G = 46.29%
B = 15.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#BDE74F (or 0xBDE74F) is known color: Conifer. HEX triplet: BD, E7 and 4F. RGB value is (189,231,79). Sum of RGB (Red+Green+Blue) = 189+231+79=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE74F is #4218B0. Grayscale: #C9C9C9. Windows color (decimal): -4331697 or 5236669. OLE color: 5236669.

HSL color Cylindrical-coordinate representation of color #BDE74F: hue angle of 76.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDE74F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 79 -
CMYK 0.18 0 0.66 0.09
HSL 76.58º 0.76% 0.61% -
HSV(B) 76.58º 0.66% 0.91% -
XYZ 50.97 68.54 17.94 -
YUV 201.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 189 231 79 0.18 0 0.66 0.09 76.58 0.76 0.61
Hex BD E7 4F 12 0 42 9 4D 4C 3D
Octal 275 347 117 22 0 102 11 115 114 75
Binary 10111101 11100111 1001111 10010 0 1000010 1001 1001101 1001100 111101

Color Harmonies of #BDE74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE74F

Black with #BDE74F

Text Example


Text Example

White with #BDE74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE74F; }

 p { color: rgb(189,231,79); }

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

background-color css

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

 a { background-color: rgb(189,231,79); }

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

border-color css

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

 span { border-color: rgb(189,231,79); }

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