Html Css Color HEX #CFFA9E Reef

📋 copy color: '#CFFA9E'

red 207 ◦ green 250 ◦ blue 158

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

Shades of Reef #CFFA9E

Tints of Reef #CFFA9E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

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

R = 33.66%
G = 40.65%
B = 25.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#CFFA9E (or 0xCFFA9E) is known color: Reef. HEX triplet: CF, FA and 9E. RGB value is (207,250,158). Sum of RGB (Red+Green+Blue) = 207+250+158=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA9E is #300561. Grayscale: #E2E2E2. Windows color (decimal): -3147106 or 10418895. OLE color: 10418895.

HSL color Cylindrical-coordinate representation of color #CFFA9E: hue angle of 88.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFA9E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 158 -
CMYK 0.17 0 0.37 0.02
HSL 88.04º 0.9% 0.8% -
HSV(B) 88.04º 0.37% 0.98% -
XYZ 66.09 84.11 45.1 -
YUV 226.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 207 250 158 0.17 0 0.37 0.02 88.04 0.9 0.8
Hex CF FA 9E 11 0 25 2 58 5A 50
Octal 317 372 236 21 0 45 2 130 132 120
Binary 11001111 11111010 10011110 10001 0 100101 10 1011000 1011010 1010000

Color Harmonies of #CFFA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA9E

Black with #CFFA9E

Text Example


Text Example

White with #CFFA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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