Html Css Color HEX #CFF98E Reef

📋 copy color: '#CFF98E'

red 207 ◦ green 249 ◦ blue 142

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

Shades of Reef #CFF98E

Tints of Reef #CFF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

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

R = 34.62%
G = 41.64%
B = 23.75%

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

#CFF98E (or 0xCFF98E) is known color: Reef. HEX triplet: CF, F9 and 8E. RGB value is (207,249,142). Sum of RGB (Red+Green+Blue) = 207+249+142=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF98E is #300671. Grayscale: #E0E0E0. Windows color (decimal): -3147378 or 9370063. OLE color: 9370063.

HSL color Cylindrical-coordinate representation of color #CFF98E: hue angle of 83.55º degrees, saturation: 0.9, 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 #CFF98E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 142 -
CMYK 0.17 0 0.43 0.02
HSL 83.55º 0.9% 0.77% -
HSV(B) 83.55º 0.43% 0.98% -
XYZ 64.49 82.97 38.21 -
YUV 224.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 207 249 142 0.17 0 0.43 0.02 83.55 0.9 0.77
Hex CF F9 8E 11 0 2B 2 54 5A 4D
Octal 317 371 216 21 0 53 2 124 132 115
Binary 11001111 11111001 10001110 10001 0 101011 10 1010100 1011010 1001101

Color Harmonies of #CFF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF98E

Black with #CFF98E

Text Example


Text Example

White with #CFF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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