Html Css Color HEX #CFE69E Reef

📋 copy color: '#CFE69E'

red 207 ◦ green 230 ◦ blue 158

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

Shades of Reef #CFE69E

Tints of Reef #CFE69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.55%

R = 34.79%
G = 38.66%
B = 26.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#CFE69E (or 0xCFE69E) is known color: Reef. HEX triplet: CF, E6 and 9E. RGB value is (207,230,158). Sum of RGB (Red+Green+Blue) = 207+230+158=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE69E is #301961. Grayscale: #D7D7D7. Windows color (decimal): -3152226 or 10413775. OLE color: 10413775.

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

Color convert

RGB 207 230 158 -
CMYK 0.10 0 0.31 0.10
HSL 79.17º 0.59% 0.76% -
HSV(B) 79.17º 0.31% 0.9% -
XYZ 60.2 72.33 43.14 -
YUV 214.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 207 230 158 0.10 0 0.31 0.10 79.17 0.59 0.76
Hex CF E6 9E A 0 1F A 4F 3B 4C
Octal 317 346 236 12 0 37 12 117 73 114
Binary 11001111 11100110 10011110 1010 0 11111 1010 1001111 111011 1001100

Color Harmonies of #CFE69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE69E

Black with #CFE69E

Text Example


Text Example

White with #CFE69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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