Html Css Color HEX #CFDD95 Reef

📋 copy color: '#CFDD95'

red 207 ◦ green 221 ◦ blue 149

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

Shades of Reef #CFDD95

Tints of Reef #CFDD95

RGB

 RED value IS 207 (81.25% from 255) = 35.88%

 GREEN value IS 221 (86.72% from 255) = 38.3%

 BLUE value IS 149 (58.59% from 255) = 25.82%

R = 35.88%
G = 38.3%
B = 25.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#CFDD95 (or 0xCFDD95) is known color: Reef. HEX triplet: CF, DD and 95. RGB value is (207,221,149). Sum of RGB (Red+Green+Blue) = 207+221+149=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD95 is #30226A. Grayscale: #D0D0D0. Windows color (decimal): -3154539 or 9821647. OLE color: 9821647.

HSL color Cylindrical-coordinate representation of color #CFDD95: hue angle of 71.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDD95 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 149 -
CMYK 0.06 0 0.33 0.13
HSL 71.67º 0.51% 0.73% -
HSV(B) 71.67º 0.33% 0.87% -
XYZ 57.01 67.15 38.39 -
YUV 208.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 207 221 149 0.06 0 0.33 0.13 71.67 0.51 0.73
Hex CF DD 95 6 0 21 D 48 33 49
Octal 317 335 225 6 0 41 15 110 63 111
Binary 11001111 11011101 10010101 110 0 100001 1101 1001000 110011 1001001

Color Harmonies of #CFDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD95

Black with #CFDD95

Text Example


Text Example

White with #CFDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD95; }

 p { color: rgb(207,221,149); }

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

background-color css

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

 a { background-color: rgb(207,221,149); }

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

border-color css

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

 span { border-color: rgb(207,221,149); }

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