Html Css Color HEX #CAF18F Reef

📋 copy color: '#CAF18F'

red 202 ◦ green 241 ◦ blue 143

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

Shades of Reef #CAF18F

Tints of Reef #CAF18F

RGB

 RED value IS 202 (79.3% from 255) = 34.47%

 GREEN value IS 241 (94.53% from 255) = 41.13%

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

R = 34.47%
G = 41.13%
B = 24.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#CAF18F (or 0xCAF18F) is known color: Reef. HEX triplet: CA, F1 and 8F. RGB value is (202,241,143). Sum of RGB (Red+Green+Blue) = 202+241+143=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF18F is #350E70. Grayscale: #DADADA. Windows color (decimal): -3477105 or 9433546. OLE color: 9433546.

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

Color convert

RGB 202 241 143 -
CMYK 0.16 0 0.41 0.05
HSL 83.88º 0.78% 0.75% -
HSV(B) 83.88º 0.41% 0.95% -
XYZ 60.77 77.45 37.73 -
YUV 218.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 202 241 143 0.16 0 0.41 0.05 83.88 0.78 0.75
Hex CA F1 8F 10 0 29 5 54 4E 4B
Octal 312 361 217 20 0 51 5 124 116 113
Binary 11001010 11110001 10001111 10000 0 101001 101 1010100 1001110 1001011

Color Harmonies of #CAF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF18F

Black with #CAF18F

Text Example


Text Example

White with #CAF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF18F; }

 p { color: rgb(202,241,143); }

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

background-color css

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

 a { background-color: rgb(202,241,143); }

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

border-color css

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

 span { border-color: rgb(202,241,143); }

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