Html Css Color HEX #BDE74C Conifer

📋 copy color: '#BDE74C'

red 189 ◦ green 231 ◦ blue 76

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

Shades of Conifer #BDE74C

Tints of Conifer #BDE74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 38.1%
G = 46.57%
B = 15.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BDE74C (or 0xBDE74C) is known color: Conifer. HEX triplet: BD, E7 and 4C. RGB value is (189,231,76). Sum of RGB (Red+Green+Blue) = 189+231+76=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE74C is #4218B3. Grayscale: #C9C9C9. Windows color (decimal): -4331700 or 5040061. OLE color: 5040061.

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

Color convert

RGB 189 231 76 -
CMYK 0.18 0 0.67 0.09
HSL 76.26º 0.76% 0.6% -
HSV(B) 76.26º 0.67% 0.91% -
XYZ 50.87 68.49 17.38 -
YUV 200.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 189 231 76 0.18 0 0.67 0.09 76.26 0.76 0.6
Hex BD E7 4C 12 0 43 9 4C 4C 3C
Octal 275 347 114 22 0 103 11 114 114 74
Binary 10111101 11100111 1001100 10010 0 1000011 1001 1001100 1001100 111100

Color Harmonies of #BDE74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE74C

Black with #BDE74C

Text Example


Text Example

White with #BDE74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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