Html Css Color HEX #CFF88D Reef

📋 copy color: '#CFF88D'

red 207 ◦ green 248 ◦ blue 141

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

Shades of Reef #CFF88D

Tints of Reef #CFF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.61%

 BLUE value IS 141 (55.47% from 255) = 23.66%

R = 34.73%
G = 41.61%
B = 23.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#CFF88D (or 0xCFF88D) is known color: Reef. HEX triplet: CF, F8 and 8D. RGB value is (207,248,141). Sum of RGB (Red+Green+Blue) = 207+248+141=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF88D is #300772. Grayscale: #DFDFDF. Windows color (decimal): -3147635 or 9304271. OLE color: 9304271.

HSL color Cylindrical-coordinate representation of color #CFF88D: hue angle of 82.99º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF88D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 141 -
CMYK 0.17 0 0.43 0.03
HSL 82.99º 0.88% 0.76% -
HSV(B) 82.99º 0.43% 0.97% -
XYZ 64.11 82.32 37.71 -
YUV 223.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 207 248 141 0.17 0 0.43 0.03 82.99 0.88 0.76
Hex CF F8 8D 11 0 2B 3 53 58 4C
Octal 317 370 215 21 0 53 3 123 130 114
Binary 11001111 11111000 10001101 10001 0 101011 11 1010011 1011000 1001100

Color Harmonies of #CFF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF88D

Black with #CFF88D

Text Example


Text Example

White with #CFF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF88D; }

 p { color: rgb(207,248,141); }

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

background-color css

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

 a { background-color: rgb(207,248,141); }

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

border-color css

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

 span { border-color: rgb(207,248,141); }

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