Html Css Color HEX #CFFF9E Reef

📋 copy color: '#CFFF9E'

red 207 ◦ green 255 ◦ blue 158

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

Shades of Reef #CFFF9E

Tints of Reef #CFFF9E

RGB

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

 GREEN value IS 255 (100% from 255) = 41.13%

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

R = 33.39%
G = 41.13%
B = 25.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#CFFF9E (or 0xCFFF9E) is known color: Reef. HEX triplet: CF, FF and 9E. RGB value is (207,255,158). Sum of RGB (Red+Green+Blue) = 207+255+158=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF9E is #300061. Grayscale: #E5E5E5. Windows color (decimal): -3145826 or 10420175. OLE color: 10420175.

HSL color Cylindrical-coordinate representation of color #CFFF9E: hue angle of 89.69º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFFF9E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 158 -
CMYK 0.19 0 0.38 0
HSL 89.69º 1% 0.81% -
HSV(B) 89.69º 0.38% 1% -
XYZ 67.66 87.25 45.62 -
YUV 229.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 207 255 158 0.19 0 0.38 0 89.69 1 0.81
Hex CF FF 9E 13 0 26 0 5A 64 51
Octal 317 377 236 23 0 46 0 132 144 121
Binary 11001111 11111111 10011110 10011 0 100110 0 1011010 1100100 1010001

Color Harmonies of #CFFF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF9E

Black with #CFFF9E

Text Example


Text Example

White with #CFFF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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