Html Css Color HEX #CFF68E Reef

📋 copy color: '#CFF68E'

red 207 ◦ green 246 ◦ blue 142

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

Shades of Reef #CFF68E

Tints of Reef #CFF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.34%

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

R = 34.79%
G = 41.34%
B = 23.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CFF68E (or 0xCFF68E) is known color: Reef. HEX triplet: CF, F6 and 8E. RGB value is (207,246,142). Sum of RGB (Red+Green+Blue) = 207+246+142=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF68E is #300971. Grayscale: #DEDEDE. Windows color (decimal): -3148146 or 9369295. OLE color: 9369295.

HSL color Cylindrical-coordinate representation of color #CFF68E: hue angle of 82.5º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF68E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 142 -
CMYK 0.16 0 0.42 0.04
HSL 82.5º 0.85% 0.76% -
HSV(B) 82.5º 0.42% 0.96% -
XYZ 63.57 81.13 37.9 -
YUV 222.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 207 246 142 0.16 0 0.42 0.04 82.5 0.85 0.76
Hex CF F6 8E 10 0 2A 4 52 55 4C
Octal 317 366 216 20 0 52 4 122 125 114
Binary 11001111 11110110 10001110 10000 0 101010 100 1010010 1010101 1001100

Color Harmonies of #CFF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF68E

Black with #CFF68E

Text Example


Text Example

White with #CFF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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