Html Css Color HEX #CFE695 Reef

📋 copy color: '#CFE695'

red 207 ◦ green 230 ◦ blue 149

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

Shades of Reef #CFE695

Tints of Reef #CFE695

RGB

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

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

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

R = 35.32%
G = 39.25%
B = 25.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CFE695 (or 0xCFE695) is known color: Reef. HEX triplet: CF, E6 and 95. RGB value is (207,230,149). Sum of RGB (Red+Green+Blue) = 207+230+149=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE695 is #30196A. Grayscale: #D6D6D6. Windows color (decimal): -3152235 or 9823951. OLE color: 9823951.

HSL color Cylindrical-coordinate representation of color #CFE695: hue angle of 77.04º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE695 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 149 -
CMYK 0.10 0 0.35 0.10
HSL 77.04º 0.62% 0.74% -
HSV(B) 77.04º 0.35% 0.9% -
XYZ 59.45 72.03 39.2 -
YUV 213.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 207 230 149 0.10 0 0.35 0.10 77.04 0.62 0.74
Hex CF E6 95 A 0 23 A 4D 3E 4A
Octal 317 346 225 12 0 43 12 115 76 112
Binary 11001111 11100110 10010101 1010 0 100011 1010 1001101 111110 1001010

Color Harmonies of #CFE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE695

Black with #CFE695

Text Example


Text Example

White with #CFE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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