Html Css Color HEX #CAF38D Sulu

📋 copy color: '#CAF38D'

red 202 ◦ green 243 ◦ blue 141

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

Shades of Sulu #CAF38D

Tints of Sulu #CAF38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.47%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 34.47%
G = 41.47%
B = 24.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#CAF38D (or 0xCAF38D) is known color: Sulu. HEX triplet: CA, F3 and 8D. RGB value is (202,243,141). Sum of RGB (Red+Green+Blue) = 202+243+141=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF38D is #350C72. Grayscale: #DBDBDB. Windows color (decimal): -3476595 or 9302986. OLE color: 9302986.

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

Color convert

RGB 202 243 141 -
CMYK 0.17 0 0.42 0.05
HSL 84.12º 0.81% 0.75% -
HSV(B) 84.12º 0.42% 0.95% -
XYZ 61.22 78.58 37.14 -
YUV 219.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 202 243 141 0.17 0 0.42 0.05 84.12 0.81 0.75
Hex CA F3 8D 11 0 2A 5 54 51 4B
Octal 312 363 215 21 0 52 5 124 121 113
Binary 11001010 11110011 10001101 10001 0 101010 101 1010100 1010001 1001011

Color Harmonies of #CAF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF38D

Black with #CAF38D

Text Example


Text Example

White with #CAF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF38D; }

 p { color: rgb(202,243,141); }

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

background-color css

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

 a { background-color: rgb(202,243,141); }

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

border-color css

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

 span { border-color: rgb(202,243,141); }

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