Html Css Color HEX #CFFA8E Reef

📋 copy color: '#CFFA8E'

red 207 ◦ green 250 ◦ blue 142

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

Shades of Reef #CFFA8E

Tints of Reef #CFFA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.71%

R = 34.56%
G = 41.74%
B = 23.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CFFA8E (or 0xCFFA8E) is known color: Reef. HEX triplet: CF, FA and 8E. RGB value is (207,250,142). Sum of RGB (Red+Green+Blue) = 207+250+142=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA8E is #300571. Grayscale: #E1E1E1. Windows color (decimal): -3147122 or 9370319. OLE color: 9370319.

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

Color convert

RGB 207 250 142 -
CMYK 0.17 0 0.43 0.02
HSL 83.89º 0.92% 0.77% -
HSV(B) 83.89º 0.43% 0.98% -
XYZ 64.8 83.59 38.31 -
YUV 224.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 207 250 142 0.17 0 0.43 0.02 83.89 0.92 0.77
Hex CF FA 8E 11 0 2B 2 54 5C 4D
Octal 317 372 216 21 0 53 2 124 134 115
Binary 11001111 11111010 10001110 10001 0 101011 10 1010100 1011100 1001101

Color Harmonies of #CFFA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA8E

Black with #CFFA8E

Text Example


Text Example

White with #CFFA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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