Html Css Color HEX #CDE69B Reef

📋 copy color: '#CDE69B'

red 205 ◦ green 230 ◦ blue 155

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

Shades of Reef #CDE69B

Tints of Reef #CDE69B

RGB

 RED value IS 205 (80.47% from 255) = 34.75%

 GREEN value IS 230 (90.23% from 255) = 38.98%

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 34.75%
G = 38.98%
B = 26.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CDE69B (or 0xCDE69B) is known color: Reef. HEX triplet: CD, E6 and 9B. RGB value is (205,230,155). Sum of RGB (Red+Green+Blue) = 205+230+155=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69B is #321964. Grayscale: #D6D6D6. Windows color (decimal): -3283301 or 10217165. OLE color: 10217165.

HSL color Cylindrical-coordinate representation of color #CDE69B: hue angle of 80º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE69B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 155 -
CMYK 0.11 0 0.33 0.10
HSL 80º 0.6% 0.75% -
HSV(B) 80º 0.33% 0.9% -
XYZ 59.39 71.94 41.77 -
YUV 213.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 205 230 155 0.11 0 0.33 0.10 80 0.6 0.75
Hex CD E6 9B B 0 21 A 50 3C 4B
Octal 315 346 233 13 0 41 12 120 74 113
Binary 11001101 11100110 10011011 1011 0 100001 1010 1010000 111100 1001011

Color Harmonies of #CDE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE69B

Black with #CDE69B

Text Example


Text Example

White with #CDE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE69B; }

 p { color: rgb(205,230,155); }

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

background-color css

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

 a { background-color: rgb(205,230,155); }

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

border-color css

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

 span { border-color: rgb(205,230,155); }

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