Html Css Color HEX #CCF98F Reef

📋 copy color: '#CCF98F'

red 204 ◦ green 249 ◦ blue 143

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

Shades of Reef #CCF98F

Tints of Reef #CCF98F

RGB

 RED value IS 204 (80.08% from 255) = 34.23%

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

 BLUE value IS 143 (56.25% from 255) = 23.99%

R = 34.23%
G = 41.78%
B = 23.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CCF98F (or 0xCCF98F) is known color: Reef. HEX triplet: CC, F9 and 8F. RGB value is (204,249,143). Sum of RGB (Red+Green+Blue) = 204+249+143=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF98F is #330670. Grayscale: #DFDFDF. Windows color (decimal): -3343985 or 9435596. OLE color: 9435596.

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

Color convert

RGB 204 249 143 -
CMYK 0.18 0 0.43 0.02
HSL 85.47º 0.9% 0.77% -
HSV(B) 85.47º 0.43% 0.98% -
XYZ 63.74 82.57 38.57 -
YUV 223.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 204 249 143 0.18 0 0.43 0.02 85.47 0.9 0.77
Hex CC F9 8F 12 0 2B 2 55 5A 4D
Octal 314 371 217 22 0 53 2 125 132 115
Binary 11001100 11111001 10001111 10010 0 101011 10 1010101 1011010 1001101

Color Harmonies of #CCF98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF98F

Black with #CCF98F

Text Example


Text Example

White with #CCF98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF98F; }

 p { color: rgb(204,249,143); }

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

background-color css

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

 a { background-color: rgb(204,249,143); }

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

border-color css

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

 span { border-color: rgb(204,249,143); }

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