Html Css Color HEX #CFF298 Reef

📋 copy color: '#CFF298'

red 207 ◦ green 242 ◦ blue 152

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

Shades of Reef #CFF298

Tints of Reef #CFF298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

 BLUE value IS 152 (59.77% from 255) = 25.29%

R = 34.44%
G = 40.27%
B = 25.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CFF298 (or 0xCFF298) is known color: Reef. HEX triplet: CF, F2 and 98. RGB value is (207,242,152). Sum of RGB (Red+Green+Blue) = 207+242+152=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF298 is #300D67. Grayscale: #DDDDDD. Windows color (decimal): -3149160 or 10023631. OLE color: 10023631.

HSL color Cylindrical-coordinate representation of color #CFF298: hue angle of 83.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF298 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 152 -
CMYK 0.14 0 0.37 0.05
HSL 83.33º 0.78% 0.77% -
HSV(B) 83.33º 0.37% 0.95% -
XYZ 63.15 79.04 41.63 -
YUV 221.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 207 242 152 0.14 0 0.37 0.05 83.33 0.78 0.77
Hex CF F2 98 E 0 25 5 53 4E 4D
Octal 317 362 230 16 0 45 5 123 116 115
Binary 11001111 11110010 10011000 1110 0 100101 101 1010011 1001110 1001101

Color Harmonies of #CFF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF298

Black with #CFF298

Text Example


Text Example

White with #CFF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF298; }

 p { color: rgb(207,242,152); }

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

background-color css

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

 a { background-color: rgb(207,242,152); }

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

border-color css

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

 span { border-color: rgb(207,242,152); }

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