Html Css Color HEX #BDE64C Conifer

📋 copy color: '#BDE64C'

red 189 ◦ green 230 ◦ blue 76

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

Shades of Conifer #BDE64C

Tints of Conifer #BDE64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.46%

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

R = 38.18%
G = 46.46%
B = 15.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BDE64C (or 0xBDE64C) is known color: Conifer. HEX triplet: BD, E6 and 4C. RGB value is (189,230,76). Sum of RGB (Red+Green+Blue) = 189+230+76=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE64C is #4219B3. Grayscale: #C8C8C8. Windows color (decimal): -4331956 or 5039805. OLE color: 5039805.

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

Color convert

RGB 189 230 76 -
CMYK 0.18 0 0.67 0.10
HSL 75.97º 0.75% 0.6% -
HSV(B) 75.97º 0.67% 0.9% -
XYZ 50.59 67.93 17.28 -
YUV 200.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 189 230 76 0.18 0 0.67 0.10 75.97 0.75 0.6
Hex BD E6 4C 12 0 43 A 4C 4B 3C
Octal 275 346 114 22 0 103 12 114 113 74
Binary 10111101 11100110 1001100 10010 0 1000011 1010 1001100 1001011 111100

Color Harmonies of #BDE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE64C

Black with #BDE64C

Text Example


Text Example

White with #BDE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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