Html Css Color HEX #CFEF9C Reef

📋 copy color: '#CFEF9C'

red 207 ◦ green 239 ◦ blue 156

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

Shades of Reef #CFEF9C

Tints of Reef #CFEF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.91%

R = 34.39%
G = 39.7%
B = 25.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#CFEF9C (or 0xCFEF9C) is known color: Reef. HEX triplet: CF, EF and 9C. RGB value is (207,239,156). Sum of RGB (Red+Green+Blue) = 207+239+156=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9C is #301063. Grayscale: #DCDCDC. Windows color (decimal): -3149924 or 10285007. OLE color: 10285007.

HSL color Cylindrical-coordinate representation of color #CFEF9C: hue angle of 83.13º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFEF9C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 156 -
CMYK 0.13 0 0.35 0.06
HSL 83.13º 0.72% 0.77% -
HSV(B) 83.13º 0.35% 0.94% -
XYZ 62.6 77.4 43.09 -
YUV 219.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 207 239 156 0.13 0 0.35 0.06 83.13 0.72 0.77
Hex CF EF 9C D 0 23 6 53 48 4D
Octal 317 357 234 15 0 43 6 123 110 115
Binary 11001111 11101111 10011100 1101 0 100011 110 1010011 1001000 1001101

Color Harmonies of #CFEF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF9C

Black with #CFEF9C

Text Example


Text Example

White with #CFEF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF9C; }

 p { color: rgb(207,239,156); }

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

background-color css

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

 a { background-color: rgb(207,239,156); }

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

border-color css

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

 span { border-color: rgb(207,239,156); }

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