Html Css Color HEX #CFE298 Reef

📋 copy color: '#CFE298'

red 207 ◦ green 226 ◦ blue 152

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

Shades of Reef #CFE298

Tints of Reef #CFE298

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

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

R = 35.38%
G = 38.63%
B = 25.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#CFE298 (or 0xCFE298) is known color: Reef. HEX triplet: CF, E2 and 98. RGB value is (207,226,152). Sum of RGB (Red+Green+Blue) = 207+226+152=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE298 is #301D67. Grayscale: #D4D4D4. Windows color (decimal): -3153256 or 10019535. OLE color: 10019535.

HSL color Cylindrical-coordinate representation of color #CFE298: hue angle of 75.41º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE298 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 152 -
CMYK 0.08 0 0.33 0.11
HSL 75.41º 0.56% 0.74% -
HSV(B) 75.41º 0.33% 0.89% -
XYZ 58.6 69.93 40.11 -
YUV 211.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 207 226 152 0.08 0 0.33 0.11 75.41 0.56 0.74
Hex CF E2 98 8 0 21 B 4B 38 4A
Octal 317 342 230 10 0 41 13 113 70 112
Binary 11001111 11100010 10011000 1000 0 100001 1011 1001011 111000 1001010

Color Harmonies of #CFE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE298

Black with #CFE298

Text Example


Text Example

White with #CFE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE298; }

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

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

background-color css

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

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

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

border-color css

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

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

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