Html Css Color HEX #CFE099 Reef

📋 copy color: '#CFE099'

red 207 ◦ green 224 ◦ blue 153

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

Shades of Reef #CFE099

Tints of Reef #CFE099

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

 BLUE value IS 153 (60.16% from 255) = 26.2%

R = 35.45%
G = 38.36%
B = 26.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#CFE099 (or 0xCFE099) is known color: Reef. HEX triplet: CF, E0 and 99. RGB value is (207,224,153). Sum of RGB (Red+Green+Blue) = 207+224+153=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE099 is #301F66. Grayscale: #D3D3D3. Windows color (decimal): -3153767 or 10084559. OLE color: 10084559.

HSL color Cylindrical-coordinate representation of color #CFE099: hue angle of 74.37º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE099 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 153 -
CMYK 0.08 0 0.32 0.12
HSL 74.37º 0.53% 0.74% -
HSV(B) 74.37º 0.32% 0.88% -
XYZ 58.14 68.88 40.37 -
YUV 210.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 207 224 153 0.08 0 0.32 0.12 74.37 0.53 0.74
Hex CF E0 99 8 0 20 C 4A 35 4A
Octal 317 340 231 10 0 40 14 112 65 112
Binary 11001111 11100000 10011001 1000 0 100000 1100 1001010 110101 1001010

Color Harmonies of #CFE099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE099

Black with #CFE099

Text Example


Text Example

White with #CFE099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE099; }

 p { color: rgb(207,224,153); }

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

background-color css

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

 a { background-color: rgb(207,224,153); }

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

border-color css

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

 span { border-color: rgb(207,224,153); }

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