Html Css Color HEX #CFE098 Reef

📋 copy color: '#CFE098'

red 207 ◦ green 224 ◦ blue 152

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

Shades of Reef #CFE098

Tints of Reef #CFE098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

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

R = 35.51%
G = 38.42%
B = 26.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#CFE098 (or 0xCFE098) is known color: Reef. HEX triplet: CF, E0 and 98. RGB value is (207,224,152). Sum of RGB (Red+Green+Blue) = 207+224+152=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE098 is #301F67. Grayscale: #D2D2D2. Windows color (decimal): -3153768 or 10019023. OLE color: 10019023.

HSL color Cylindrical-coordinate representation of color #CFE098: hue angle of 74.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE098 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 152 -
CMYK 0.08 0 0.32 0.12
HSL 74.17º 0.54% 0.74% -
HSV(B) 74.17º 0.32% 0.88% -
XYZ 58.06 68.84 39.93 -
YUV 210.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 207 224 152 0.08 0 0.32 0.12 74.17 0.54 0.74
Hex CF E0 98 8 0 20 C 4A 36 4A
Octal 317 340 230 10 0 40 14 112 66 112
Binary 11001111 11100000 10011000 1000 0 100000 1100 1001010 110110 1001010

Color Harmonies of #CFE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE098

Black with #CFE098

Text Example


Text Example

White with #CFE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE098; }

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

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

background-color css

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

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

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

border-color css

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

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

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